home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / IMAGEVIEW.DTML < prev    next >
Encoding:
Text File  |  1999-11-03  |  453 b   |  18 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  2. <html lang="en">
  3. <head>
  4. <title>View</title>
  5. </head>
  6. <body bgcolor="#FFFFFF" link="#000099" vlink="#555555">
  7. <dtml-var manage_tabs>
  8.  
  9. <p>
  10. <img src="<dtml-var id url_quote>" <dtml-if width>width="<dtml-var width>" </dtml-if
  11. ><dtml-if height>height="<dtml-var height>" </dtml-if>ALT="<dtml-var 
  12. title_or_id>">
  13. </p>
  14.  
  15. </body>
  16. </html>
  17.  
  18.